-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: backport add missing timeout stamp #24103
base: release/v0.53.x
Are you sure you want to change the base?
chore: backport add missing timeout stamp #24103
Conversation
…Tx (cosmos#23492) (cherry picked from commit 494389d)
|
CHANGELOG.md
Outdated
@@ -58,6 +58,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ | |||
|
|||
### Bug Fixes | |||
|
|||
* (x/auth/tx) [#23492](https://github.com/cosmos/cosmos-sdk/pull/23492) Add missing timeoutTimestamp in newBuilderFromDecodedTx. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets not have a changelog - but this test is great to have!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs changes
will you update here or do you want us to take over? @kdonthi |
@technicallyty I think I got this |
…p' into kaushik/add-missing-timeout-stamp # Conflicts: # CHANGELOG.md
…p' into kaushik/add-missing-timeout-stamp
@technicallyty @aljo242 its ready |
"github.com/cosmos/cosmos-sdk/codec" | ||
"github.com/cosmos/cosmos-sdk/codec/legacy" | ||
"github.com/cosmos/cosmos-sdk/codec/testutil" | ||
codectypes "github.com/cosmos/cosmos-sdk/codec/types" | ||
testutil2 "github.com/cosmos/cosmos-sdk/testutil" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we change this import name to something better?
Description
Closes: #23772
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
in the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
Please see Pull Request Reviewer section in the contributing guide for more information on how to review a pull request.
I have...